home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / tcpip / amiga / akit29m.lha / AmigaNOS / TCPIP / Digger / Retrieve < prev    next >
Encoding:
Text File  |  1993-02-10  |  1.1 KB  |  36 lines

  1.  
  2. USAGE
  3.      retrieve [<file_name>] [<archive_name>]
  4.  
  5. DESCRIPTION
  6.      The retrieve command allows you to extract a file from within a
  7.      specified system archive. 
  8.  
  9. EXAMPLES
  10.  
  11.      retrieve                (returns this help file)
  12.  
  13.      retrieve I.Have.A.Dream        (returns the file 'I.Have.A.Dream'
  14.                      from the default archive)
  15.  
  16.      retrieve ic3220 mods        (retrieves the file 'ic3220'
  17.                      from the 'mods' archive.)
  18.  
  19.      retrieve v90-023.tcp tcp-v90    (retrieves the file 'v90-023.tcp'
  20.                      from the 'tcp-v90' archive.)
  21.  
  22. NOTE
  23.      When a file is requested, the local cache directory is checked
  24.      first to see if the file has been requested recently, if so it
  25.      is sent from there.  If the file is not in the local cache
  26.      directory, an AmigaDOS command (LHA) is issued to de-archive the
  27.      file from the specified archive and place it in the local cache
  28.      directory as well as sending the file out.
  29.  
  30.      If the file requested is larger than the sysop defined maximum
  31.      segment size (default 3000 bytes), then the file is sent back
  32.      as in segments.
  33.  
  34.      Also, this command is unique to AmigaNOS v2.9j +
  35.  
  36.